dnd: Rename headers
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Jul 2018 11:39:09 +0000 (13:39 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Jul 2018 13:00:50 +0000 (15:00 +0200)
commit64f5afe608edd43953e87914de029a366c2d39b4
tree5cb819764399905288c983cdb28e834a61aaef97
parentfb98f939a58699a30c8a50797b929f03d703109e
dnd: Rename headers

Rename gdkdnd.h to gdkdrag.h, to go along with gdkdrop.h

This commit includes the necessary updates to the X11, Wayland
and Broadway backends. Other backends have to be updated separately.
17 files changed:
gdk/broadway/gdkdnd-broadway.c
gdk/gdk.h
gdk/gdkdnd.c [deleted file]
gdk/gdkdnd.h [deleted file]
gdk/gdkdndprivate.h [deleted file]
gdk/gdkdrag.c [new file with mode: 0644]
gdk/gdkdrag.h [new file with mode: 0644]
gdk/gdkdragprivate.h [new file with mode: 0644]
gdk/gdkevents.c
gdk/gdkevents.h
gdk/gdkeventsprivate.h
gdk/gdkinternals.h
gdk/meson.build
gdk/wayland/gdkdnd-wayland.c
gdk/wayland/gdkselection-wayland.c
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkdrop-x11.c